<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
/*手机端样式*/

@media (max-width:980px) {

    .fullSlide {
        left: 0 !important;
        margin-left: 0px !important;
        height:500px !important;
    }
    div#header {
        width: 100% !important;
    }
    .fullSlide .prev, .fullSlide .next {
        display:none !important;
    }
}</pre></body></html>